home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / thelp4.zip / THELP4.DOC < prev    next >
Text File  |  1988-03-04  |  2KB  |  35 lines

  1. Program  THELP was originally written by a Mr. Glenn Wood of  the
  2. Greenville  PC Club of Greenville, Texas.  This  updated  version
  3. was  reprogrammed  by John Sloan, AlphaOmega  Computer  Services,
  4. Devon, Alberta (CIS 71310,2267).  It is entirely memory  resident
  5. and takes up about 46,944 K of memory space.  It has been  tested
  6. on  PCjr,  PC CGA, EGA, Herc. compatible, PS2 VGA, MCGA.
  7.  
  8. To keep the memory size down, many of the original Procedure  and
  9. Function  help  screens have been deleted.  These,  however,  are
  10. available  from the Turbo 4.0 editor using either <F1>  or  <ALT-
  11. F1>.  Thelp 4.0 now installs correctly on the PCjr  and  searches
  12. for  any  available user interrupt between 60H and  67H.   If  it
  13. finds an available slot it will install itself otherwise it  will
  14. abort with an error message.  Thelp 4.0 will also detect  whether
  15. it has already been installed or not.
  16.  
  17. After it has been installed <ALT-H> causes it to window into  the
  18. current application.  Help screen sets include:
  19.  
  20. Basic Turbo 4 Syntax structure
  21. Compiler Directives
  22. Fatal Runtime Error messages
  23. I/O and DOS error messages
  24. Reserved word list
  25. Keyboard scan code table
  26.  
  27. Page number references to the Turbo 4 manual are included at  the
  28. top of most help screens.
  29.  
  30. The  window  routines  have  been  borrowed  from  Eric  Snyder's
  31. excellent  Minigen  vs 1.3 screen generator.  This  program  only
  32. uses  Snyder's MGProg.TPU unit to compile. The remaining  Minigen
  33. programs are available on Compuserve's Borland SIG:  BPROGA, DL2.
  34.  
  35.